home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : ui_result.h
- SHORTNAME : result.h
- SNNS VERSION : 3.2
-
- PURPOSE :
- NOTES :
-
- AUTHOR : Michael Vogt
- DATE : 20. 5. 1992
-
- CHANGED BY : Guenter Mamier
- IDENTIFICATION : @(#)ui_result.h 1.10 3/2/94
- SCCS VERSION : 1.10
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
-
-
- #ifndef _UI_RESULT_DEFINED_
- #define _UI_RESULT_DEFINED_
-
-
-
- #define UI_RESULT_INPUT_YES 0
- #define UI_RESULT_INPUT_NO 1
- #define UI_RESULT_OUTPUT_YES 0
- #define UI_RESULT_OUTPUT_NO 1
- #define UI_RESULT_MODE_CREATE 0
- #define UI_RESULT_MODE_APPEND 1
-
-
- extern void ui_popupResult (Widget);
- extern Bool ui_ResultIsCreated;
-
- #endif /* _UI_RESULT_DEFINED_ */
-
-
-
- /* 42 lines generated by deleteprivatedefinitions.awk */
-